home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / qbbs / nvw_141.zip / NODEVIEW.DOC < prev    next >
Text File  |  1991-01-05  |  5KB  |  157 lines

  1.                          NodeView 1.41
  2.  
  3.                        By Sylvain Bourdeau
  4.  
  5.                   Written in Turbo-Pascal 5.5 (1)
  6.  
  7.      First, I would like to thank John Parlin (282/12) for his
  8.      wonderful TP Unit "JPDOOR".  I found it very useful.
  9.  
  10.  
  11. Description of program:
  12. ───────────────────────
  13.  
  14.         The creation of NodeView was mostly inspired by an option found
  15.      on TBBS (2) systems. That option allows users to enter a string
  16.      in order to find a particular Net/node, or a group of Net/nodes.
  17.      QuickBBS (3) systems miss that feature, so I thought: "why not
  18.      write it?"
  19.  
  20.  
  21.         This amazing utility :-) does all that. You just have to enter a
  22.      string to obtain the information. For example "240/" would allow
  23.      you to see all BBSs in Net 240. While "TX" would list all boards in
  24.      Texas, "1-514" will show you all BBSs in Montreal.
  25.  
  26.  
  27.  
  28. Installation :
  29. ──────────────
  30.  
  31.      It's very easy to install NodeVIEW. Just make a Type 7 and
  32.      in the OPTIONAL DATA, write this : C:\COMMAND.COM /C
  33.      Drive:\Path\NODEVIEW.BAT
  34.  
  35.      In the .BAT file I have this :
  36.  
  37.      Echo Off
  38.      G:
  39.      CD\NODEVIEW
  40.      NODEVIEW
  41.      D:
  42.      CD\QUICKBBS
  43.      EXIT
  44.  
  45.      If you use NodeView in verification mode with the /V parameter
  46.      and a Net/Node number to verify, YOU MUST MAKE A TYPE 15.
  47.      Choose an ErrorLevel that is not used and add this line in your
  48.      batch file :
  49.  
  50.      :After_Quick
  51.         if ERRORLEVEL 14 Goto NodeView
  52.  
  53.      :NodeView
  54.          G:
  55.          Cd\Nodeview
  56.          Nodeview /V Net/Node
  57.          Goto Restart_Quick
  58.  
  59.      :Restart_Quick
  60.          D:
  61.          Cd\QuickBBS
  62.          QuickBBS -R
  63.  
  64.      NodeView will modify the status of the user if his Net/Node
  65.      number is found, with the security and the Flags given in
  66.      the configuration file. If not found, the status will remain
  67.      unchanged.
  68.  
  69.      If you want to try NodeView in Local Mode, make a dummy
  70.      DORINFO1.DEF and put this file in the QuickBBS Directory. A
  71.      dummy DORINFO1.DEF looks like this :
  72.  
  73.      PC-BBS              <-- Name of your system
  74.      SYLVAIN             <-- Sysop's FirstName
  75.      BOURDEAU            <-- Sysop's LastName
  76.      COM0                <-- Comport 0 for Local Operation
  77.      0 BAUD,N,8,1        <-- 0 Baud
  78.      1                   <-- Graphics 1 = Yes, 0 = No
  79.      SYLVAIN             <-- User's FirstName
  80.      BOURDEAU            <-- User's LastName
  81.      LORETTEVILLE,PQ     <-- City, State
  82.      1                   <-- Don't know this one! Anybody knows ?
  83.      5                   <-- User's Security
  84.      29                  <-- Time Remaining
  85.  
  86. Configuration File :
  87. ────────────────────
  88.  
  89.         You must create a Configuration file in order to get Nodeview
  90.      to be functionnal. First, create a file named NodeView.CFG and enter
  91.      the following informations :
  92.  
  93.  
  94.  
  95.      0                          <-- Your Key (Read REGISTER.FRM)
  96.      C:\QUICKBBS\               <-- QuickBBS Directory
  97.      C:\BINKLEY\NODELIST\       <-- Nodelist Directory
  98.      1                          <-- Node Number  DorinfoX.Def
  99.      Sylvain Bourdeau           <-- Sysop's Name
  100.      PC-BBS                     <-- System's Name
  101.      N                          <-- Ask Continue Search [Y/n]
  102.      10                         <-- Security for visiting SysOp
  103.      nn-X----                   <-- AFlag
  104.      -X---nn-                   <-- BFlag
  105.      --------                   <-- CFlag
  106.      ---n----                   <-- DFlag
  107.  
  108.         Flags information: You can either enter an 'n', wich tells NodeView
  109.      to not alter the Flag, whatever is its current setting; a "-" wich
  110.      sets the flag OFF or a "X", wich sets the flag ON.
  111.  
  112.         Don't forget to add the trailing backslash at the end of
  113.      each directory in the configuration file.
  114.  
  115. Private Node :
  116. ──────────────
  117.  
  118.         If you have some private nodes and don't want your users to know
  119.      about them, create an Ascii file named PRIVATE.NOD and enter one
  120.      Net/node number per line. Those ones won't be shown. That file must
  121.      be in the NodeView directory. A maximum of 100 private nodes has
  122.      been established.  If you need more, for a reason or another, just
  123.      tell me... :->
  124.  
  125.  
  126.  
  127. Instructions :
  128. ──────────────
  129.  
  130.         If you want to write your own NodeView's instructions, just
  131.      create an Ascii file called INSTRUCT.TXT and put it in the NodeView
  132.      directory. The file cannot be longer than 10 lines, though.
  133.  
  134.  
  135. Registration
  136. ────────────
  137.  
  138.         You can try NodeView for 30 days. After that period, if you
  139.      decide to use it, you have to register. When registering, you'll
  140.      receive a KEY that will work with all the future releases of
  141.      NodeView. The registration cost is only $5 (CAN). For more
  142.      informations, read the REGISTER.FRM file.
  143.  
  144.  
  145. Thanks
  146. ──────
  147.  
  148.         I would like to thank Larry Marshall (163/405) who tested my
  149.      program and gave me great ideas to enhance NodeView.
  150.  
  151.         Also I would like to thank Hugo Fortin my Co-SysOp who read the
  152.      documentation and take time to modify it when it was necessary.
  153.  
  154.    (1) Turbo-Pascal is a trademark of "Borland International."
  155.    (2) TBBS is a trademark of "Phil Becker and eSoft"
  156.    (3) QuickBBS is a trademark of "The QuickBBS Group Inc."
  157.